/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {position:absolute;
    margin: auto; right:0;
    z-index: 100;
    width: 50px;
    height: 50px;
	right:9.2%; top:10%;
   
}

.rightRs { position:absolute;
    margin: auto;
    bottom: 10%;
    z-index: 100;
    width: 50px;
    height: 50px; right:5%; top:-68%; bottom:0;  
	
}



@media (min-width: 767px) {
    .leftRs-1,
    .rightRs-1 {
        visibility: hidden;
    }
}

.resCarousel {
    /*float: left; overflow: hidden;*/
    width: 100%;
    position: relative;
}

.resCarousel-inner {
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top;
}

.resCarousel-inner .item {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}

.resCarousel-inner .item h3 {
    font-size: 21px;
    font-weight: bold;
}


/*banner*/

.banner {
    overflow: hidden !important;
}


/*tile css*/

.resCarousel-inner .item .tile {
    margin: 5px;
}



/*animation*/

.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}

@media (max-width: 767px) {
    .leftRs,
    .rightRs {
        /*display: none;*/
    }
    .resCarousel-inner {
        overflow-x: auto;
    }
}


/*resCarousel Css End*/